home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_exim.idb / usr / freeware / src / exim / patches.z / patches
Encoding:
Text File  |  1999-01-26  |  5.2 KB  |  187 lines

  1. *** ./OS/Makefile-IRIX    Fri Sep 18 04:13:09 1998
  2. --- ../exim-2.04/./OS/Makefile-IRIX    Sat Oct 24 01:41:00 1998
  3. ***************
  4. *** 1,4 ****
  5. ! # Exim: OS-specific make file for IRIX
  6.   
  7.   BASENAME_COMMAND=/sbin/basename
  8.   HOSTNAME_COMMAND=/usr/bsd/hostname
  9. --- 1,4 ----
  10. ! # Exim: OS-specific make file for IRIX (old 5.x ?)
  11.   
  12.   BASENAME_COMMAND=/sbin/basename
  13.   HOSTNAME_COMMAND=/usr/bsd/hostname
  14. *** ./OS/os.h-IRIX65    Fri Sep 18 04:13:10 1998
  15. --- ../exim-2.04/./OS/os.h-IRIX65    Sat Oct 24 01:47:15 1998
  16. ***************
  17. *** 1,7 ****
  18.   /* Exim: OS-specific C header file for IRIX 6.5 */
  19.   
  20.   #define DN_EXPAND_ARG4_TYPE  u_char *
  21. ! #define SYSCTL_IP_INTERFACES
  22.   
  23.   #define LOAD_AVG_NEEDS_ROOT
  24.   #define HAVE_DEV_KMEM
  25. --- 1,7 ----
  26.   /* Exim: OS-specific C header file for IRIX 6.5 */
  27.   
  28.   #define DN_EXPAND_ARG4_TYPE  u_char *
  29. ! /* #define SYSCTL_IP_INTERFACES */
  30.   
  31.   #define LOAD_AVG_NEEDS_ROOT
  32.   #define HAVE_DEV_KMEM
  33. *** ./OS/Makefile-IRIX6    Fri Sep 18 04:13:09 1998
  34. --- ../exim-2.04/./OS/Makefile-IRIX6    Sat Oct 24 02:16:16 1998
  35. ***************
  36. *** 1,8 ****
  37. ! # Exim: OS-specific make file for IRIX6 on 64-bit systems
  38.   
  39.   HOSTNAME_COMMAND=/usr/bsd/hostname
  40. ! CFLAGS=-O2 -n32 -OPT:Olimit=4000
  41. ! LFLAGS=-n32
  42.   LIBS=-lelf
  43.   XINCLUDE=-I/usr/include/X11
  44.   vfork=fork
  45. --- 1,8 ----
  46. ! # Exim: OS-specific make file for IRIX6.x (n32 ABI)
  47.   
  48.   HOSTNAME_COMMAND=/usr/bsd/hostname
  49. ! CFLAGS=-n32 -mips3 -O2 -OPT:Olimit=0 -D_BSD_SIGNALS
  50. ! LFLAGS=-n32 -mips3
  51.   LIBS=-lelf
  52.   XINCLUDE=-I/usr/include/X11
  53.   vfork=fork
  54. *** ./OS/Makefile-IRIX632    Fri Sep 18 04:13:09 1998
  55. --- ../exim-2.04/./OS/Makefile-IRIX632    Sat Oct 24 02:16:33 1998
  56. ***************
  57. *** 1,9 ****
  58. ! # Exim: OS-specific make file for IRIX 6 on 32-bit systems
  59.   
  60.   HOSTNAME_COMMAND=/usr/bsd/hostname
  61. ! CFLAGS=-OPT:Olimit=1500 -32 -mips32
  62. ! LFLAGS=-n32
  63. ! LIBS=-lmld
  64.   XINCLUDE=-I/usr/include/X11
  65.   vfork=fork
  66.   RANLIB=@true
  67. --- 1,9 ----
  68. ! # Exim: OS-specific make file for IRIX 6.x N32 ABI
  69.   
  70.   HOSTNAME_COMMAND=/usr/bsd/hostname
  71. ! CFLAGS=-n32 -mips3 -O2 -OPT:Olimit=0 -D_BSD_SIGNALS
  72. ! LFLAGS=-n32 -mips3
  73. ! LIBS=-lelf
  74.   XINCLUDE=-I/usr/include/X11
  75.   vfork=fork
  76.   RANLIB=@true
  77. *** ./OS/Makefile-IRIX65    Fri Sep 18 04:13:09 1998
  78. --- ../exim-2.04/./OS/Makefile-IRIX65    Sat Oct 24 02:07:48 1998
  79. ***************
  80. *** 2,9 ****
  81.   
  82.   HOSTNAME_COMMAND=/usr/bsd/hostname
  83.   CC=cc
  84. ! CFLAGS=-g -O -32
  85. ! LFLAGS=-n32
  86.   # nlist has moved from libmld to libelf
  87.   LIBS=-lelf
  88.   XINCLUDE=-I/usr/include/X11
  89. --- 2,9 ----
  90.   
  91.   HOSTNAME_COMMAND=/usr/bsd/hostname
  92.   CC=cc
  93. ! CFLAGS=-n32 -mips3 -O2 -OPT:Olimit=0:space=ON -D_BSD_SIGNALS
  94. ! LFLAGS=-n32 -mips3
  95.   # nlist has moved from libmld to libelf
  96.   LIBS=-lelf
  97.   XINCLUDE=-I/usr/include/X11
  98. *** ./OS/os.h-IRIX632    Fri Sep 18 04:13:10 1998
  99. --- ../exim-2.04/./OS/os.h-IRIX632    Sat Oct 24 01:47:03 1998
  100. ***************
  101. *** 1,7 ****
  102.   /* Exim: OS-specific C header file for IRIX */
  103.   
  104.   #define DN_EXPAND_ARG4_TYPE  u_char *
  105. ! #define SYSCTL_IP_INTERFACES
  106.   
  107.   #define LOAD_AVG_NEEDS_ROOT
  108.   #define HAVE_DEV_KMEM
  109. --- 1,7 ----
  110.   /* Exim: OS-specific C header file for IRIX */
  111.   
  112.   #define DN_EXPAND_ARG4_TYPE  u_char *
  113. ! /* #define SYSCTL_IP_INTERFACES */
  114.   
  115.   #define LOAD_AVG_NEEDS_ROOT
  116.   #define HAVE_DEV_KMEM
  117. *** ./src/EDITME    Fri Sep 18 04:13:11 1998
  118. --- ../exim-2.04/./src/EDITME    Sat Oct 24 01:39:19 1998
  119. ***************
  120. *** 86,92 ****
  121.   # installed in this directory. There is no default for this variable built into
  122.   # the source files; it must be set in one of the local configuration files.
  123.   
  124. ! BIN_DIRECTORY=/usr/exim/bin
  125.   
  126.   
  127.   # The compress command is used by the exicyclog script to compress old log
  128. --- 86,92 ----
  129.   # installed in this directory. There is no default for this variable built into
  130.   # the source files; it must be set in one of the local configuration files.
  131.   
  132. ! BIN_DIRECTORY=/usr/freeware/bin
  133.   
  134.   
  135.   # The compress command is used by the exicyclog script to compress old log
  136. ***************
  137. *** 93,99 ****
  138.   # files. Both the name of the command and the suffix that it adds to files
  139.   # need to be defined here. See also the EXICYCLOG_MAX configuration.
  140.   
  141. ! COMPRESS_COMMAND=/opt/gnu/bin/gzip
  142.   COMPRESS_SUFFIX=gz
  143.   
  144.   
  145. --- 93,99 ----
  146.   # files. Both the name of the command and the suffix that it adds to files
  147.   # need to be defined here. See also the EXICYCLOG_MAX configuration.
  148.   
  149. ! COMPRESS_COMMAND=/usr/sbin/gzip
  150.   COMPRESS_SUFFIX=gz
  151.   
  152.   
  153. ***************
  154. *** 103,109 ****
  155.   # location of all other runtime files and directories can be changed in the
  156.   # runtime configuration file.
  157.   
  158. ! CONFIGURE_FILE=/usr/exim/configure
  159.   
  160.   
  161.   # In some installations there may be multiple machines sharing file systems,
  162. --- 103,109 ----
  163.   # location of all other runtime files and directories can be changed in the
  164.   # runtime configuration file.
  165.   
  166. ! CONFIGURE_FILE=/usr/freeware/lib/exim/configure
  167.   
  168.   
  169.   # In some installations there may be multiple machines sharing file systems,
  170. ***************
  171. *** 359,365 ****
  172.   # uid and gid.
  173.   
  174.   # Many installations will want something like this:
  175. ! # SPOOL_DIRECTORY=/var/spool/exim
  176.   
  177.   # Others may prefer to keep all Exim things under one directory:
  178.   # SPOOL_DIRECTORY=/usr/exim/spool
  179. --- 359,365 ----
  180.   # uid and gid.
  181.   
  182.   # Many installations will want something like this:
  183. ! SPOOL_DIRECTORY=/var/spool/exim
  184.   
  185.   # Others may prefer to keep all Exim things under one directory:
  186.   # SPOOL_DIRECTORY=/usr/exim/spool
  187.